projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6c33bb0
de7c6eb
)
Merge branch 'master' of git.openwrt.org:feed/telephony
author
Mazi Lo
<
[email protected]
>
Sat, 6 Sep 2014 18:22:07 +0000
(14:22 -0400)
committer
Mazi Lo
<
[email protected]
>
Sat, 6 Sep 2014 18:22:07 +0000
(14:22 -0400)
1
2
net/freeswitch/Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
net/freeswitch/Makefile
index 2e93d95358614a00b016263dd323c103a35927d3,52f05c4cd03919543a5f9bab145417239f31bd7e..347e6912ab7513dbb44303cc8b526418f6cb1e61
---
1
/
net/freeswitch/Makefile
---
2
/
net/freeswitch/Makefile
+++ b/
net/freeswitch/Makefile
@@@
-224,13
-224,12
+224,18
@@@
PKG_CONFIG_DEPENDS:=
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
+ ifneq ($(CONFIG_CCACHE),)
+ TARGET_CC=$(TARGET_CC_NOCACHE)
+ TARGET_CXX=$(TARGET_CXX_NOCACHE)
+ endif
+
+ifneq ($(CONFIG_CCACHE),)
+TARGET_CC=$(TARGET_CC_NOCACHE)
+TARGET_CXX=$(TARGET_CXX_NOCACHE)
+endif
+
+
define Package/$(PKG_NAME)/Default
SECTION:=net
CATEGORY:=Network